home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / ACC / DRIVERS.ACC / DEVICE.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  754 b   |  29 lines

  1. /* PROTOTYPES 
  2.  * ===============================================================
  3.  */
  4. void     initialize( void );
  5. int     handle_front( int button, WORD *msg );
  6. int     open_vwork( void );
  7. void     close_vwork( void );
  8. void     MF_Save( void );
  9. void     MF_Restore( void );
  10. void     Scan_Message( OBJECT *Tree, BOOLEAN flag );
  11. void     CloseWindow( void );
  12.  
  13. /* CHOOSER tree routines */
  14. void     InitDriverNames( void );
  15. long     get_cookie( void );
  16. void     ChangeButton( OBJECT *tree, int obj, int flag );
  17.  
  18.  
  19. void     ClearChangeFlag( void );
  20. void     SetChangeFlag( void );
  21. BOOLEAN     IsChangeFlag( void );
  22. void     SetDevices( void );
  23.  
  24.  
  25. void     RestoreMainTree( void );
  26. void     Reset_Tree( OBJECT *tree );
  27. extern char driver_text[];        /* Text to display driver name   */
  28.  
  29.